Declare @Id Int                               
Select @Id = Id From sysobjects Where Name = 'Sahmiyeh'
if Not Exists(SELECT * FROM syscolumns WHERE id = @Id and Name = 'IsNotTechnicalRight')
  Alter table Sahmiyeh add  IsNotTechnicalRight bit   DEFAULT(0)